home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot.new / Makefile < prev    next >
Makefile  |  1990-12-19  |  900b  |  43 lines

  1. #
  2. # Prototype Makefile for boot/* directories, the bootstrap
  3. # programs that load kernel images.
  4. #
  5. # This Makefile is automatically generated.
  6. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  7. #
  8. # Generated from /sprite/lib/mkmf/Makefile.boot
  9. # Tue Aug 14 13:13:24 PDT 1990
  10. #
  11. # For more information, refer to the mkmf manual page.
  12. #
  13. # $Header: /sprite/lib/mkmf/RCS/Makefile.boot,v 1.4 89/10/09 21:28:54 rab Exp Locker: jhh $ SPRITE (Berkeley)
  14. #
  15. # Allow mkmf
  16.  
  17. #
  18. # Initialize machine independent things
  19. #
  20. MACHINES    = sun3 sun4 sun4c
  21. MAKEFILE    = Makefile
  22. MANPAGES    = 
  23. NAME        = netBoot
  24. SYSMAKEFILE    = boot.mk
  25. TM        = $(MACHINE)
  26. TYPE        = boot
  27. DISTDIR        ?= /dist/sprite/src/boot/netBoot
  28.  
  29.  
  30. #if exists($(TM).md/md.mk)
  31. #include    "$(TM).md/md.mk"
  32. #endif
  33.  
  34. #if exists(local.mk)
  35. #include    "local.mk"
  36. #else
  37. #include    <$(SYSMAKEFILE)>
  38. #endif 
  39.  
  40. #if exists($(TM).md/dependencies.mk)
  41. #include    "$(TM).md/dependencies.mk"
  42. #endif
  43.